XML Einrichten Version 1.2
ContactCommunication Complex Type
XML Einrichten Version 1.2 : ContactCommunication Complex Type
Beschreibung
Block für Kommunikationsdaten einer Kontaktperson
Namensraum (none)
Diagramm
CommunicationAdress Element CommunicationCode Element Sequence ContactCommunication Complex Type
Overview
ContactCommunication
Block für Kommunikationsdaten einer Kontaktperson
Sequence
CommunicationCode Restriction of xs:string
Typ der Kommunikationsadresse
Codeliste:
EM = eMail
FX = Fax
TE = Telefon
AL = MobilTelefon
TCommunication Type
Code list:
EM = eMail
FX = Fax
TE = Phone
AL = Mobile phone
CommunicationAdress Restriction of xs:string
Kommunikationsadresse zum davor festgelegten Kommunikationstyp
Verwendet von
ContactCommunication Element
Quelle
<xs:complexType name="ContactCommunication" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Block für Kommunikationsdaten einer Kontaktperson</xs:documentation>
    <xs:documentation xml:lang="en">Group for communication data of a contact person</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CommunicationCode" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Typ der Kommunikationsadresse</dt>
            <dt>Codeliste:  </dt>
            <dt>EM = eMail</dt>
            <dt>FX = Fax</dt>
            <dt>TE = Telefon</dt>
            <dt>AL = MobilTelefon</dt>
          </dl>
        </xs:documentation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>TCommunication Type</dt>
            <dt>Code list:  </dt>
            <dt>EM = eMail</dt>
            <dt>FX = Fax</dt>
            <dt>TE = Phone</dt>
            <dt>AL = Mobile phone</dt>
          </dl>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="3" />
          <xs:enumeration value="AL" />
          <xs:enumeration value="EM" />
          <xs:enumeration value="FX" />
          <xs:enumeration value="TE" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CommunicationAdress" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Kommunikationsadresse zum davor festgelegten Kommunikationstyp </xs:documentation>
        <xs:documentation xml:lang="en">Communication address related to the previous defined communication type </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="512" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Siehe auch
XML Einrichten Version 1.2